home *** CD-ROM | disk | FTP | other *** search
- /*
- ** patch.library
- **
- ** Copyright © 1993-1997 by Stefan Fuchs
- ** Freely distributable.
- */
-
- /* Declarations of functions used by InstallPatchTags() and RemovePatchTags() */
-
- ULONG RemoveSystemNodeWithTest( struct MasterPatch *);
- ULONG RemoveSystemNode( struct MasterPatch *);
- void CloseLibObject( struct Library *, struct IORequest *, WORD);
- APTR AddStruct( struct List *, STRPTR, UBYTE, BYTE);
- struct Patch *CreatePatchCode( struct Patch *);
- void SetPCode( struct Patch *, struct TagItem *);
- ULONG RemStruct( struct Patch *);
- void CallRemoveHooks( struct Patch *);
- void LinkPatch( struct MasterPatch *);
-